home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-23 | 396 b | 22 lines |
-
- %.o: %.c
- m68k-palmos-gcc -Wall -I../TZUtils/ -O3 -c $< -o $@
-
- code0001.%.grc: %.o
- m68k-palmos-gcc $< -o $*
- m68k-palmos-obj-res $*
- rm $*
-
- pqany.prc: code0001.pqany.grc rsrc
- build-prc pqany.prc "PQAnywhere" PQAW *.grc *.bin
- rm *.grc
- ls -l *.prc
-
- rsrc:
- pilrc pqany.rcp
- txttobmp <pqany.ico >tAIB03e8.bin
- txttobmp <pqanysm.ico >tAIB03e9.bin
-
- clean:
- rm -f *.prc *.grc *.bin pqany pqany.o
-